Skip to content

Revert "docs: simplify root README to monorepo overview"#405

Merged
Paveltarno merged 1 commit intomainfrom
revert-399-docs/simplify-root-readme
Mar 11, 2026
Merged

Revert "docs: simplify root README to monorepo overview"#405
Paveltarno merged 1 commit intomainfrom
revert-399-docs/simplify-root-readme

Conversation

@Paveltarno
Copy link
Collaborator

@Paveltarno Paveltarno commented Mar 11, 2026

Note

Description

This PR reverts #399 which had replaced the root README.md symlink with a standalone monorepo overview document. The revert restores README.md as a symlink pointing to ./packages/cli/README.md, so the root of the repository directly surfaces the full CLI documentation rather than a brief monorepo summary.

Related Issue

Reverts #399

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring (no functional changes)
  • Other (please describe):

Changes Made

  • Removed the standalone root README.md that contained a brief monorepo overview (17 lines)
  • Restored README.md as a symlink to ./packages/cli/README.md, pointing visitors directly to the full CLI documentation

Testing

  • I have tested these changes locally
  • I have added/updated tests as needed
  • All tests pass (npm test)

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (if applicable)
  • My changes generate no new warnings
  • I have updated docs/ (AGENTS.md) if I made architectural changes

Additional Notes

None


🤖 Generated by Claude | 2026-03-11 14:00 UTC

@Paveltarno Paveltarno merged commit baa5125 into main Mar 11, 2026
8 checks passed
@Paveltarno Paveltarno deleted the revert-399-docs/simplify-root-readme branch March 11, 2026 13:59
@github-actions
Copy link
Contributor

🚀 Package Preview Available!


Install this PR's preview build with npm:

npm i @base44-preview/cli@0.0.44-pr.405.2f92c9f

Prefer not to change any import paths? Install using npm alias so your code still imports base44:

npm i "base44@npm:@base44-preview/cli@0.0.44-pr.405.2f92c9f"

Or add it to your package.json dependencies:

{
  "dependencies": {
    "base44": "npm:@base44-preview/cli@0.0.44-pr.405.2f92c9f"
  }
}

Preview published to npm registry — try new features instantly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant